home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / gcc / ixemsdk.lha / man / cat3 / acosh.0 < prev    next >
Text File  |  1996-09-02  |  877b  |  30 lines

  1.  
  2. ACOSH(3)                   UNIX Programmer's Manual                   ACOSH(3)
  3.  
  4. NNAAMMEE
  5.      aaccoosshh - inverse hyperbolic cosine function
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<mmaatthh..hh>>
  9.  
  10.      _d_o_u_b_l_e
  11.      aaccoosshh(_d_o_u_b_l_e _x)
  12.  
  13.      _f_l_o_a_t
  14.      aaccoosshhff(_f_l_o_a_t _x)
  15.  
  16. DDEESSCCRRIIPPTTIIOONN
  17.      The aaccoosshh() and aaccoosshhff() functions compute the inverse hyperbolic cosine
  18.      of the real argument _x.
  19.  
  20. RREETTUURRNN VVAALLUUEESS
  21.      Exceptional cases are handled by matherr(3).
  22.  
  23. SSEEEE AALLSSOO
  24.      asinh(3),  atanh(3),  exp(3),  infnan(3),  math(3),  matherr(3)
  25.  
  26. HHIISSTTOORRYY
  27.      The aaccoosshh() function appeared in 4.3BSD.
  28.  
  29. 4.3 Berkeley Distribution         May 6, 1991                                1
  30.